home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / statone / unit1.dfm / unit1.txt
Text File  |  1996-09-15  |  2KB  |  146 lines

  1. object Form1: TForm1
  2.   Left = 170
  3.   Top = 114
  4.   Width = 464
  5.   Height = 373
  6.   Caption = 'Univariate Statistics'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object Label10: TLabel
  15.     Left = 111
  16.     Top = 8
  17.     Width = 159
  18.     Height = 16
  19.     Caption = 'Select File or &Enter data:'
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 187
  24.     Width = 9
  25.     Height = 16
  26.     Caption = '&C'
  27.     FocusControl = Edit1
  28.   end
  29.   object Label2: TLabel
  30.     Left = 288
  31.     Top = 8
  32.     Width = 78
  33.     Height = 16
  34.     Caption = 'Sorted data:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 40
  38.     Top = 224
  39.     Width = 54
  40.     Height = 16
  41.     Caption = 'Results:'
  42.   end
  43.   object ListBox1: TListBox
  44.     Left = 288
  45.     Top = 32
  46.     Width = 161
  47.     Height = 177
  48.     ItemHeight = 16
  49.     TabOrder = 0
  50.   end
  51.   object ListBox2: TListBox
  52.     Left = 112
  53.     Top = 224
  54.     Width = 337
  55.     Height = 113
  56.     ItemHeight = 16
  57.     TabOrder = 1
  58.   end
  59.   object Memo1: TMemo
  60.     Left = 112
  61.     Top = 32
  62.     Width = 169
  63.     Height = 177
  64.     Lines.Strings = (
  65.       '10'
  66.       '7'
  67.       '3'
  68.       '3'
  69.       '3'
  70.       '-2'
  71.       '-5'
  72.       '-5'
  73.       '-6'
  74.       '-8'
  75.       '-21')
  76.     ScrollBars = ssVertical
  77.     TabOrder = 2
  78.   end
  79.   object Button3: TButton
  80.     Left = 8
  81.     Top = 32
  82.     Width = 89
  83.     Height = 33
  84.     Caption = '&File...'
  85.     TabOrder = 3
  86.     OnClick = Button3Click
  87.   end
  88.   object Button1: TButton
  89.     Left = 8
  90.     Top = 80
  91.     Width = 89
  92.     Height = 33
  93.     Caption = 'C&alculate'
  94.     Default = True
  95.     TabOrder = 4
  96.     OnClick = Button1Click
  97.   end
  98.   object Button2: TButton
  99.     Left = 8
  100.     Top = 128
  101.     Width = 89
  102.     Height = 33
  103.     Caption = '&Bisquare'
  104.     TabOrder = 5
  105.     OnClick = Button2Click
  106.   end
  107.   object Edit1: TEdit
  108.     Left = 32
  109.     Top = 184
  110.     Width = 65
  111.     Height = 24
  112.     TabOrder = 6
  113.     Text = '6'
  114.     OnKeyPress = Edit1KeyPress
  115.   end
  116.   object Button4: TButton
  117.     Left = 8
  118.     Top = 264
  119.     Width = 89
  120.     Height = 33
  121.     Caption = '&Help'
  122.     TabOrder = 7
  123.     OnClick = Button4Click
  124.   end
  125.   object Button5: TButton
  126.     Left = 8
  127.     Top = 304
  128.     Width = 89
  129.     Height = 33
  130.     Caption = 'E&xit'
  131.     TabOrder = 8
  132.     OnClick = Button5Click
  133.   end
  134.   object OpenDialog1: TOpenDialog
  135.     Left = 248
  136.     Top = 272
  137.   end
  138.   object StatOne1: StatOne
  139.     Size = 0
  140.     About = 'Ver 0.3'
  141.     AboutStat = 'Ver 1.00'
  142.     Left = 200
  143.     Top = 272
  144.   end
  145. end
  146.